home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-08-24 | 497 b | 11 lines | [TEXT/MPS ] |
- Boolean SupportsAEVT(void);
- void DoHighLevelEvent(EventRecord *ev);
- void RegisterMyEvents(void);
-
- pascal OSErr MyAEHandleOAPP(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
- pascal OSErr MyAEHandleODOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
- pascal OSErr MyAEHandlePDOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
- pascal OSErr MyAEHandleQUIT(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
-
- OSErr MyGotRequiredParams(AppleEvent *theAppleEvent);
-